|
|
|
|
PictureDisabled Property, ScrollingClass Class |
Defines the scroll button image for disabled scroll buttons.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public Property PictureDisabled As Bitmap |
C# |
public Bitmap PictureDisabled { get; set; } |
C++ |
public: property Bitmap^ PictureDisabled { |
Property Value
The image of the scroll button graphic for disabled scroll buttons.
The default value is null/Nothing.
Comments
The PictureDisabled property defines the scroll button image for disabled scroll buttons.
The PictureDisabled property has been replaced by the equivalent ImageDisabled property.